home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / cross / avra-0.4_src.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  4.2 KB  |  117 lines

  1. Short:    Atmel AVR cross-assembler (source)
  2. Author:   jonah@colargol.tihlde.hist.no (Jon Anders Haugum)
  3. Uploader: rdc@cch.pmc.ru (Denis I.Sotchenko)
  4. Version:  0.4
  5. Type:     dev/cross
  6.  
  7.     avra - Assember for the Atmel AVR microcontroller series
  8.     Copyright (C) 1998-1999 Jon Anders Haugum
  9.  
  10.     This program is free software; you can redistribute it and/or modify
  11.     it under the terms of the GNU General Public License as published by
  12.     the Free Software Foundation; either version 2 of the License, or
  13.     (at your option) any later version.
  14.  
  15.     This program is distributed in the hope that it will be useful,
  16.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.     GNU General Public License for more details.
  19.  
  20.     You should have received a copy of the GNU General Public License
  21.     along with this program; see the file COPYING.  If not, write to
  22.     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  23.     Boston, MA 02111-1307, USA.
  24.  
  25.  
  26.     Author of avra can be reached at:
  27.        email: jonah@colargol.tihlde.hist.no
  28.        www: http://www.colargol.tihlde.hist.no/~jonah/el/avra.html
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. 1. Introduction
  33.  
  34. avra is an assembler for the Atmel AVR microcontrollers, and it is
  35. almost compatible with Atmel's own assembler. The difference is that
  36. avra supports some extra preprocessor directives, and the macro-support
  37. is better.
  38.  
  39. Since avra is written in ANSI C it should be possible to compile on
  40. most systems.
  41.  
  42. ----------------------------------------------------------------------
  43.  
  44. 2. Installation
  45.  
  46. To install avra you should copy the avra-executeable to a apropriate location.
  47.  
  48. To compile you should rename the apropritate makefile, and do a make (use smake
  49. for Amiga SAS/C, and nmake for Mickeysoft visual c++).
  50.  
  51.  
  52. 2.1 Linux
  53.  
  54. First you should compile the source by typing make.
  55.  
  56. avra should be copied to /usr/local/bin/ or other apropriate directory.
  57.  
  58. Doing a 'make install' will do the same thing.
  59.  
  60.  
  61. 2.2 AmigaOS
  62.  
  63. avra should be copied to c: or other apropriate directory.
  64.  
  65. If you are using the source-distribution a 'make install' will do the same.
  66.  
  67.  
  68. 2.3 win32 (Windows 95 (++) and Windows NT)
  69.  
  70. avra.exe should be copied to an apropriate location.  A 'nmake install' will
  71. copy it and avra.def to c:\bin\
  72.  
  73. ----------------------------------------------------------------------
  74.  
  75. 4. Adding support for other systems
  76.  
  77. avra is written mostly in ANSI-C, so it should be possible to port it
  78. to other 32-bit systems.
  79.  
  80. Checklist to do a port:
  81.  -Make a system-dependent Makefile
  82.  -Send your modification to the author, so they can be included in the next
  83.   release.
  84.  
  85.  
  86. ============================= Archive contents =============================
  87.  
  88. Original  Packed Ratio    Date     Time    Name
  89. -------- ------- ----- --------- --------  -------------
  90.     5378    1735 67.7% 28-Jan-99 15:48:34 +args.c
  91.     2117     963 54.5% 28-Jan-99 15:48:34 +args.h
  92.     3860    1804 53.2% 24-Mar-99 11:40:08 +avra.1
  93.     7718    2615 66.1% 24-Mar-99 11:04:50 +avra.c
  94.     6936    2196 68.3% 24-Mar-99 11:04:50 +avra.h
  95.     4554    1875 58.8% 24-Mar-99 11:40:08 +avra.txt
  96.    18404    7126 61.2% 28-Jan-99 15:40:30 +copying
  97.     2160     928 57.0% 24-Mar-99 11:04:50 +device.c
  98.      217     136 37.3% 28-Jan-99 15:40:30 +device.h
  99.    18795    4035 78.5% 24-Mar-99 11:04:50 +directiv.c
  100.    13529    3428 74.6% 24-Mar-99 11:04:50 +expr.c
  101.     6337    1945 69.3% 24-Mar-99 11:04:50 +file.c
  102.     7467    2300 69.1% 24-Mar-99 11:04:52 +macro.c
  103.     2036     659 67.6% 24-Mar-99 11:40:08 +makefile.amiga.gcc
  104.     1969     615 68.7% 24-Mar-99 11:40:08 +makefile.amiga.sas
  105.     1862     627 66.3% 24-Mar-99 11:40:08 +makefile.linux
  106.     1193     374 68.6% 28-Jan-99 15:48:34 +makefile.win32.mvc
  107.     1089     431 60.4% 28-Jan-99 15:48:34 +map.c
  108.       59      59  0.0% 28-Jan-99 15:40:30 +misc.h
  109.    22382    4686 79.0% 24-Mar-99 11:04:52 +mnemonic.c
  110.     9286    2704 70.8% 24-Mar-99 11:04:52 +parser.c
  111.     2649    1187 55.1% 24-Mar-99 11:04:50 +readme
  112.     2477     568 77.0% 28-Jan-99 15:45:08 +stdextra.c
  113.      331     211 36.2% 28-Jan-99 15:40:30 +strip-headers
  114.      286     195 31.8% 04-Feb-99 19:36:32 +todo
  115. -------- ------- ----- --------- --------
  116.   143091   43402 69.6% 08-Aug-99 21:25:06   25 files
  117.